home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20021006-20030409 / 000341_jaltman@watsun.cc.columbia.edu_Fri Feb 28 08:56:36 EST 2003.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  37 lines

  1. Article: 14138 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!jaltman
  3. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: FTP a unc file... file not found
  6. Date: 28 Feb 2003 06:27:29 GMT
  7. Organization: Columbia University
  8. Lines: 20
  9. Message-ID: <b3mvgh$8i5$1@newsmaster.cc.columbia.edu>
  10. References: <a70f50e.0302271541.8526367@posting.google.com> <b3majm$mns$1@newsmaster.cc.columbia.edu>
  11. NNTP-Posting-Host: watsun.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1046413649 8773 128.59.39.2 (28 Feb 2003 06:27:29 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 28 Feb 2003 06:27:29 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14138
  16.  
  17. In article <b3majm$mns$1@newsmaster.cc.columbia.edu>,
  18. Jeffrey Altman <jaltman@watsun.cc.columbia.edu> wrote:
  19. : Kermit is parsing the file name incorrectly.  For some reason the
  20. : parser is truncating \\\\server\\share\\file.txt and converting it
  21. : to \\file.txt.  This means that it is looking for the file on the
  22. : local disk.
  23. : I will try to fix this soon when I find some time.
  24.  
  25. It has been fixed for the next release.  In the meantime, you should
  26. be able to use:
  27.  
  28.   ftp put //server/share/file.txt
  29.  
  30. in the meantime.
  31.  
  32.  Jeffrey Altman * Volunteer Developer      Kermit 95 2.1 GUI available now!!!
  33.  The Kermit Project @ Columbia University  SSH, Secure Telnet, Secure FTP, HTTP
  34.  http://www.kermit-project.org/            Secured with MIT Kerberos, SRP, and 
  35.  kermit-support@columbia.edu               OpenSSL.
  36.